ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ErrorBar<T> Class
Members

In This Topic
    ErrorBar<T> Class
    In This Topic
    The ErrorBar series helps you see margins of error and standard deviations at a glance. They can be shown as a standard error amount, a percentage, or a standard deviation. You can also set your own values to display the exact error amounts you want.
    Object Model
    ErrorBar<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public Class ErrorBar(Of T) 
       Inherits ExtraSeries(Of T)
    public class ErrorBar<T> : ExtraSeries<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.ErrorBar<T>

    See Also